Version Packages - #1875
Merged
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
executor-marketing | f16bd42 | Commit Preview URL Branch Preview URL |
Aug 30 2026, 05:33 AM |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
executor-cloud | f16bd42 | Aug 30 2026, 05:34 AM |
Contributor
Cloudflare previewTorn down — the PR is closed. |
@executor-js/cli
@executor-js/config
@executor-js/execution
@executor-js/sdk
@executor-js/codemode-core
@executor-js/runtime-quickjs
@executor-js/plugin-file-secrets
@executor-js/plugin-graphql
@executor-js/plugin-keychain
@executor-js/plugin-mcp
@executor-js/plugin-onepassword
@executor-js/plugin-openapi
executor
commit: |
RhysSullivan
force-pushed
the
changeset-release/main
branch
from
August 30, 2026 05:30
ba917b1 to
f16bd42
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@executor-js/cli@0.2.57
Patch Changes
98d6c6a]:@executor-js/config@1.6.7
Patch Changes
98d6c6a]:@executor-js/execution@1.6.7
Patch Changes
98d6c6a]:@executor-js/sdk@1.6.7
Patch Changes
#1867
98d6c6aThanks @RhysSullivan! - Faster dynamic tool calls: independent storage reads run concurrentlyEvery dynamic tool call paid for its bookkeeping reads one at a time: first the tool row, then the active policy rules, then the connection row, and later the credential resolution followed by the integration row. Each read is a separate storage round-trip, so the serial chain added tens of milliseconds per call locally and more against a remote database. The reads are mutually independent, so they now run concurrently: the tool, policy, and connection reads overlap before approval, and credential resolution overlaps the integration read after approval. Approval enforcement still completes before credential resolution starts — a declined call never triggers a token refresh — and each read's failure still surfaces at the same point with the same error as before.
@executor-js/vite-plugin@0.0.67
Patch Changes
98d6c6a]:@executor-js/runtime-quickjs@1.6.7
Patch Changes
@executor-js/plugin-desktop-settings@1.6.7
Patch Changes
98d6c6a]:@executor-js/plugin-example@1.6.7
Patch Changes
98d6c6a]:@executor-js/plugin-file-secrets@1.6.7
Patch Changes
98d6c6a]:@executor-js/plugin-graphql@1.6.7
Patch Changes
98d6c6a]:@executor-js/plugin-keychain@1.6.7
Patch Changes
98d6c6a]:@executor-js/plugin-mcp@1.6.7
Patch Changes
#1876
75b3674Thanks @RhysSullivan! - Let macOS ask before denying Codex plugins Automation access. The desktop appand its bundled daemon are hardened-runtime signed without the Apple Events
entitlement, so tccd refused to even show the consent prompt: every Messages
call was denied silently, no Automation row was ever created in System
Settings, and the access check sat on "Checking…" for a full minute before
misreporting the hang as a failed start. The app and daemon are now signed
with
com.apple.security.automation.apple-eventsand carry a usagedescription, so the first call raises the real consent prompt and the grant
becomes visible in Privacy & Security → Automation.
The access check also stops waiting after 25 seconds and says what a hang
means — answer the permission prompt on screen, then check again — instead of
blaming the Codex install.
Updated dependencies [
98d6c6a]:@executor-js/plugin-onepassword@1.6.7
Patch Changes
98d6c6a]:@executor-js/plugin-openapi@1.6.7
Patch Changes
98d6c6a]:@executor-js/plugin-toolkits@1.5.42
Patch Changes
98d6c6a]:@executor-js/codemode-core@1.6.7
executor@1.6.7
Patch Changes
98d6c6a]:@executor-js/cloud@1.4.68
Patch Changes
75b3674,98d6c6a]:@executor-js/desktop@1.6.7
Patch Changes
#1876
75b3674Thanks @RhysSullivan! - Let macOS ask before denying Codex plugins Automation access. The desktop appand its bundled daemon are hardened-runtime signed without the Apple Events
entitlement, so tccd refused to even show the consent prompt: every Messages
call was denied silently, no Automation row was ever created in System
Settings, and the access check sat on "Checking…" for a full minute before
misreporting the hang as a failed start. The app and daemon are now signed
with
com.apple.security.automation.apple-eventsand carry a usagedescription, so the first call raises the real consent prompt and the grant
becomes visible in Privacy & Security → Automation.
The access check also stops waiting after 25 seconds and says what a hang
means — answer the permission prompt on screen, then check again — instead of
blaming the Codex install.
@executor-js/host-selfhost@0.0.49
Patch Changes
75b3674,98d6c6a]:@executor-js/local@1.6.7
Patch Changes
75b3674,98d6c6a]:@executor-js/e2e@0.0.47
Patch Changes
75b3674,98d6c6a]:@executor-js/example-all-plugins@0.0.68
Patch Changes
75b3674,98d6c6a]:@executor-js/example-docs-sdk-quickstart@0.0.53
Patch Changes
98d6c6a]:@executor-js/analytics@0.1.14
Patch Changes
@executor-js/api@1.4.70
Patch Changes
98d6c6a]:@executor-js/cloudflare@0.0.49
Patch Changes
98d6c6a]:@executor-js/mcp-apps-shell@1.4.18
Patch Changes
@executor-js/runtime-workerd-subprocess@0.0.22
Patch Changes
@executor-js/onboarding-demo@0.0.2
Patch Changes
75b3674,98d6c6a]:@executor-js/plugin-encrypted-secrets@0.0.49
Patch Changes
98d6c6a]:@executor-js/plugin-provider-service-split@0.0.21
Patch Changes
98d6c6a]:@executor-js/react@1.4.70
Patch Changes
98d6c6a]: